home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / printer.139 < prev    next >
Text File  |  1992-02-06  |  1KB  |  26 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;\f2\fmodern Ohlfs;}
  2. \paperw11440
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 printer printPScode page area pixels\
  7. \
  8. Q:  How big is the printed page area in pixels (of a letter-sized page)?\
  9. \
  10. A:  The total size of an 8.5 x 11 piece of paper is 612 x 792 pixels, given that PS default coordinates are 72 dpi (just multiply the dimensions of the paper by 72).  However, the "printable area" of a letter-sized page depends on your printer; some printers can get closer to the edge than others.  There currently is no way to determine the printable area of a given printer for a given paper size in the Appkit.  Because we don't have this knowledge, the Appkit will sometimes try to draw outside the printable area of the printer.\
  11. \
  12. Whether a View gets paginated by the Appkit depends on a lot of different things.  First of all, applications can choose whether to do their own pagination or let the Appkit do it.  If they let the Appkit do it, then it takes into account margins and other parameters when deciding whether the View fits on a single page or needs to be paginated.\
  13. \
  14. See the View methods 
  15. \f1\fs24 printPSCode:
  16. \f0\fs28  and 
  17. \f1\fs24 knowsPagesFirst:Last:
  18. \f0\fs28 .\
  19. \
  20. QA139\
  21. \
  22. Valid for 1.0 \
  23. Valid for 2.0\
  24. \
  25.  
  26.